MyDAC

TDALoader Members

TDALoader class overview.

Properties

Name Description

Columns

Used to add a TDAColumn object for each field that will be loaded.

Connection

property. Used to specify TCustomDAConnection in which TDALoader will be executed.

TableName

Used to specify the name of the table to which data will be loaded.

Methods

Name Description

CreateColumns

Creates TDAColumn objects for all fields of the table with the same name as TDALoader.TableName.

Load

Starts loading data.

LoadFromDataSet

Loads data from the specified dataset.

PutColumnData

Overloaded. Puts the value of individual columns.

Events

Name Description

OnGetColumnData

Occurs when it is needed to put column values.

OnProgress

Occurs if handling data loading progress of the TDALoader.LoadFromDataSet method is needed.

OnPutData

Occurs when putting loading data by rows is needed.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback